From e51ceddd7ad5efc88ff63c28ed8c5ca2d38b6818 Mon Sep 17 00:00:00 2001 From: Andreas Beckmann Date: Fri, 5 Feb 2021 17:47:39 +0100 Subject: [PATCH] [PATCH 08/10] drop unused global variable pocl_num_device_types Gbp-Pq: Name 0008-drop-unused-global-variable-pocl_num_device_types.patch --- lib/CL/devices/devices.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CL/devices/devices.c b/lib/CL/devices/devices.c index 9c1fc6f..1b26f3a 100644 --- a/lib/CL/devices/devices.c +++ b/lib/CL/devices/devices.c @@ -80,7 +80,6 @@ /* the enabled devices */ static struct _cl_device_id* pocl_devices = NULL; unsigned int pocl_num_devices = 0; -unsigned int pocl_num_device_types = 0; /* Init function prototype */ typedef void (*init_device_ops)(struct pocl_device_ops*); -- 2.30.2